Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up host.TTYFileOperations. #10977

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Clean up host.TTYFileOperations. #10977

merged 1 commit into from
Oct 3, 2024

Conversation

copybara-service[bot]
Copy link

Clean up host.TTYFileOperations.

We used to track the foreground process group & session on the
TTYFileOperation, but these are already tracked in kernel.TTY.ThreadGroup.

So remove TTYFileOperations.fgProcessGroup and .session, and replace them with
a kernel.TTY.

This is analogous to how sentry-internal tty's already work.

Updates #10925

@copybara-service copybara-service bot added the exported Issue was exported automatically label Sep 30, 2024
@copybara-service copybara-service bot force-pushed the test/cl679758576 branch 7 times, most recently from 7595441 to e83115b Compare October 3, 2024 17:27
We used to track the foreground process group & session on the
TTYFileOperation, but these are already tracked in kernel.TTY.ThreadGroup.

So remove TTYFileOperations.fgProcessGroup and .session, and replace them with
a kernel.TTY.

This is analogous to how sentry-internal tty's already work.

Updates #10925

PiperOrigin-RevId: 681957240
@copybara-service copybara-service bot merged commit cceb04f into master Oct 3, 2024
0 of 2 checks passed
@copybara-service copybara-service bot deleted the test/cl679758576 branch October 3, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exported Issue was exported automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant